home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / invest / dskinv.exe / {app} / di.exe / 0 / RCDATA / TWAITFORM / TWAITFORM.txt
Text File  |  2003-05-02  |  792b  |  37 lines

  1. object Waitform: TWaitform
  2.   Left = 252
  3.   Top = 225
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Incorrect password'
  7.   ClientHeight = 85
  8.   ClientWidth = 341
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 32
  20.     Top = 32
  21.     Width = 283
  22.     Height = 16
  23.     Caption = 'Incorrect password.  Waiting 30 seconds.'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Timer1: TTimer
  32.     OnTimer = Timer1Timer
  33.     Left = 280
  34.     Top = 56
  35.   end
  36. end
  37.